-
Notifications
You must be signed in to change notification settings - Fork 14.7k
MINOR: Cleanups in ops docs #20532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MINOR: Cleanups in ops docs #20532
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the improvement, LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mimaison: LGTM
- Fix typo in `process.role` - Fix formatting of quorum description commands Reviewers: Lan Ding <[email protected]>, Ken Huang <[email protected]>, TengYao Chi <[email protected]>
<pre><code class="language-bash"> | ||
$ bin/kafka-storage.sh format -t KAFKA_CLUSTER_ID --feature kraft.version=1 -c controller.properties | ||
</code></pre><p> | ||
<pre><code class="language-bash">$ bin/kafka-features.sh --bootstrap-controller localhost:9093 describe</code></pre> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cherry-pick this patch to 4.1 for #20604
- Fix typo in `process.role` - Fix formatting of quorum description commands Reviewers: Lan Ding <[email protected]>, Ken Huang <[email protected]>, TengYao Chi <[email protected]>
process.role
Reviewers: Lan Ding [email protected], Ken Huang [email protected],
TengYao Chi [email protected]